Skip to content

Commit

Permalink
Update Module.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajsapra authored Jul 30, 2024
1 parent 3e57fa3 commit 89a56e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/include/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Module
bool getPlayDirection() { return mDirection; }
virtual void flushQueRecursive();
virtual void addControlModule(boost::shared_ptr<Module> cModule);
virtual void registerErrorCallback(APErrorCallback callback);
virtual void registerErrorCallback(APErrorCallback callback){}
void registerHealthCallback(APHealthCallback callback);
ModuleProps getProps();

Expand Down Expand Up @@ -470,4 +470,4 @@ class Module
framemetadata_sp mCommandMetadata;
framemetadata_sp mPropsChangeMetadata;
APHealthCallback mHealthCallback;
};
};

0 comments on commit 89a56e9

Please sign in to comment.