Skip to content

Commit

Permalink
Changing the way to call a test for debug purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
theod committed Sep 24, 2013
1 parent 10ae8e6 commit de4eab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modular/library/source/TTModular.cpp
Expand Up @@ -51,8 +51,8 @@ void TTModularInit()
TTObjectBasePtr test = NULL;
TTValue v;

TTObjectBaseInstantiate(TTSymbol("nodelib.test"), &test, kTTValNONE);
test->test(v);
TTObjectBaseInstantiate(TTSymbol("value.test"), &test, kTTValNONE);
TTDataObjectBasePtr(test)->test(v);

#endif // TO_DEBUG

Expand Down

0 comments on commit de4eab7

Please sign in to comment.