Skip to content

Commit

Permalink
Update Callbacks.h
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Sep 11, 2020
1 parent a0f9726 commit cf621ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libGroundfloor/Molecules/Callbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "../Atoms/Callable.h"
#include "Vector.h"

#define GFCreateNotify(a,b,c,d) new NotifyFunctionPointer<a,b>( c, d )
#define GFCreateRetreive(a,b,c,d) new RetreiveFunctionPointer<a,b>( c, d )
#define GFCreateNotify(a,b,c,d) new Groundfloor::NotifyFunctionPointer<a,b>( c, d )
#define GFCreateRetreive(a,b,c,d) new Groundfloor::RetreiveFunctionPointer<a,b>( c, d )

namespace Groundfloor {

Expand Down

0 comments on commit cf621ae

Please sign in to comment.