Skip to content

Commit 1809d3e

Browse files
committed
fixed namespace
non plugin specific class defs should not go into the plugin specific namespace
1 parent cddc85b commit 1809d3e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Source/Plugins/LfpDisplayNodeBeta/LfpDisplayEditor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
#include "LfpDisplayCanvas.h"
3434
#include "../../Processors/Editors/VisualizerEditor.h"
3535

36-
namespace LfpDisplayNodeBeta {
3736
class Visualizer;
3837

38+
namespace LfpDisplayNodeBeta {
39+
3940
/**
4041
4142
User interface for the LfpDisplayNode sink.

Source/Plugins/LfpDisplayNodeBeta/LfpDisplayNode.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
#include "../../Processors/Editors/VisualizerEditor.h"
3030
#include "../../Processors/GenericProcessor/GenericProcessor.h"
3131

32-
namespace LfpDisplayNodeBeta {
32+
3333
class DataViewport;
3434

35+
namespace LfpDisplayNodeBeta {
36+
3537
/**
3638
3739
Holds data in a displayBuffer to be used by the LfpDisplayCanvas

0 commit comments

Comments
 (0)