From: Thomas Pietrzak Date: Mon, 28 Jan 2013 10:41:49 +0000 (+0000) Subject: Amazing, I forgot the #ifndef X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=f618b2dc179c2fd7250b7f7d920da63bf4cffd00;p=tactonlibrary.git Amazing, I forgot the #ifndef Shame on me git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@102 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- diff --git a/TactonPlayer/TactonPlayer.hpp b/TactonPlayer/TactonPlayer.hpp index c79e2ae..2873168 100644 --- a/TactonPlayer/TactonPlayer.hpp +++ b/TactonPlayer/TactonPlayer.hpp @@ -1,3 +1,6 @@ +#ifndef _TACTONPLAYER_ +#define _TACTONPLAYER_ + #include "Tacton.hpp" #ifdef __MACOSX__ @@ -54,3 +57,5 @@ class EXPORTED TactonPlayer private: Serial *_comport; }; + +#endif