From f618b2dc179c2fd7250b7f7d920da63bf4cffd00 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 28 Jan 2013 10:41:49 +0000 Subject: [PATCH] Amazing, I forgot the #ifndef Shame on me git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@102 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- TactonPlayer/TactonPlayer.hpp | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2