diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 6492104..1906d67 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -508,10 +508,8 @@ private: | |||
508 | struct ScreenResource { | 508 | struct ScreenResource { |
509 | ScreenResource(FbTk::ResourceManager_base &rm, const std::string &scrname); | 509 | ScreenResource(FbTk::ResourceManager_base &rm, const std::string &scrname); |
510 | 510 | ||
511 | static const char workspace_names_delim[]; | ||
512 | FbTk::Resource< | 511 | FbTk::Resource< |
513 | std::vector<std::string>, | 512 | std::vector<std::string>, FbTk::VectorTraits<FbTk::StringTraits> |
514 | FbTk::VectorTraits<FbTk::StringTraits, workspace_names_delim> | ||
515 | > workspace_names; | 513 | > workspace_names; |
516 | 514 | ||
517 | FbTk::BoolResource opaque_move, full_max, | 515 | FbTk::BoolResource opaque_move, full_max, |