NotCopyable is now in FbTk
This commit is contained in:
parent
558aa0f9f9
commit
fc4f15e2c4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class FluxboxWindow;
|
|||
/**
|
||||
Handles a single workspace
|
||||
*/
|
||||
class Workspace:private NotCopyable {
|
||||
class Workspace:private FbTk::NotCopyable {
|
||||
public:
|
||||
typedef std::vector<FluxboxWindow *> Windows;
|
||||
typedef std::vector<Window> Stack;
|
||||
|
|
Loading…
Reference in a new issue