diff options
Diffstat (limited to 'src/WorkspaceMenu.hh')
-rw-r--r-- | src/WorkspaceMenu.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WorkspaceMenu.hh b/src/WorkspaceMenu.hh index e8a671d..19cf0f8 100644 --- a/src/WorkspaceMenu.hh +++ b/src/WorkspaceMenu.hh | |||
@@ -45,7 +45,9 @@ private: | |||
45 | void init(BScreen &screen); | 45 | void init(BScreen &screen); |
46 | /// Called when workspace info was changed | 46 | /// Called when workspace info was changed |
47 | /// ( number of workspace, workspace names etc ) | 47 | /// ( number of workspace, workspace names etc ) |
48 | void workspaceInfoChanged( BScreen& screen ); | 48 | void workspaceInfoChanged(BScreen& screen); |
49 | /// Called when workspace was switched. | ||
50 | void workspaceChanged(BScreen& screen); | ||
49 | }; | 51 | }; |
50 | 52 | ||
51 | #endif // WORKSPACEMENU_HH | 53 | #endif // WORKSPACEMENU_HH |