Skip to content

Commit

Permalink
Merge pull request openigtlink#131 from domibel/bugfix_20170522_ifdef
Browse files Browse the repository at this point in the history
Fix preprocessor condition
  • Loading branch information
leochan2009 authored May 23, 2017
2 parents 22a04aa + f5cad3d commit d45c558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/igtlMessageHandlerMacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// // do something
// }

#ifdef OpenIGTLink_PROTOCOL_VERSION >= 3
#if OpenIGTLink_PROTOCOL_VERSION >= 3
#define igtlMessageHandlerClassMacro(messagetype, classname, datatype) \
class classname : public ::igtl::MessageHandler \
{ \
Expand Down

0 comments on commit d45c558

Please sign in to comment.