projects
/
tactonlibrary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65280d2
)
Amazing, I forgot the #ifndef
author
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Mon, 28 Jan 2013 10:41:49 +0000
(10:41 +0000)
committer
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Mon, 28 Jan 2013 10:41:49 +0000
(10:41 +0000)
Shame on me
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@102
47cf9a05
-e0a8-4ed5-9e9b-
101a649bc004
TactonPlayer/TactonPlayer.hpp
patch
|
blob
|
history
diff --git
a/TactonPlayer/TactonPlayer.hpp
b/TactonPlayer/TactonPlayer.hpp
index c79e2aeb686f07d31ac5d6412bd9120535584677..287316819048c4c3b83182531484a7ef87d312c7 100644
(file)
--- a/
TactonPlayer/TactonPlayer.hpp
+++ b/
TactonPlayer/TactonPlayer.hpp
@@
-1,3
+1,6
@@
+#ifndef _TACTONPLAYER_
\r
+#define _TACTONPLAYER_
\r
+
\r
#include "Tacton.hpp"
\r
\r
#ifdef __MACOSX__
\r
@@
-54,3
+57,5
@@
class EXPORTED TactonPlayer
private:
\r
Serial *_comport;
\r
};
\r
+
\r
+#endif
\r