Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa committed Dec 30, 2012
1 parent 2762a18 commit 330fc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MotionCpp/MotionCpp.mm
Expand Up @@ -15,7 +15,7 @@

@implementation MotionCpp

@synthesize app;
@synthesize myApp;

- (id)init
{
Expand All @@ -32,7 +32,7 @@ - (id)init
// We create objc methods that map to the different Cpp methods
- (void) myObjcMethod
{
self.app->MyCppMethod();
self.myApp->MyCppMethod();
}

@end

0 comments on commit 330fc7f

Please sign in to comment.