diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Workspace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 48698ab..75502a4 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -41,7 +41,7 @@ class FluxboxWindow; | |||
41 | /** | 41 | /** |
42 | Handles a single workspace | 42 | Handles a single workspace |
43 | */ | 43 | */ |
44 | class Workspace:private NotCopyable { | 44 | class Workspace:private FbTk::NotCopyable { |
45 | public: | 45 | public: |
46 | typedef std::vector<FluxboxWindow *> Windows; | 46 | typedef std::vector<FluxboxWindow *> Windows; |
47 | typedef std::vector<Window> Stack; | 47 | typedef std::vector<Window> Stack; |