Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
470a9c5c
Commit
470a9c5c
authored
Sep 25, 2009
by
Alexander Wiebel
Browse files
[FIX] avoid name clash on MacOS
parent
3952433e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/dataHandler/WEEG.h
src/dataHandler/WEEG.h
+4
-4
No files found.
src/dataHandler/WEEG.h
View file @
470a9c5c
...
...
@@ -35,7 +35,7 @@
///======================================
// TODO(wiebel): use this szuff or remove it
#include "../math/WPosition.h"
typedef
double
d
ummyType
;
typedef
double
WD
ummyType
;
class
WEEGElectrodeObject
{
public:
...
...
@@ -51,9 +51,9 @@ class WEEGSegementInfo
public:
protected:
private:
d
ummyType
m_startSample
;
d
ummyType
m_endSample
;
d
ummyType
m_segmentStartDate
;
WD
ummyType
m_startSample
;
WD
ummyType
m_endSample
;
WD
ummyType
m_segmentStartDate
;
};
//================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment