diff options
| author | William Hua <william.hua@canonical.com> | 2014-01-21 17:16:58 -0500 |
|---|---|---|
| committer | William Hua <william.hua@canonical.com> | 2014-01-21 17:16:58 -0500 |
| commit | 75b8af8543e0fb7cca0e915b7d93005efe0e9d2e (patch) | |
| tree | 19a0ab870c81ca4510d9db8ffa1e3c814d3de397 /plugins/unityshell | |
| parent | a24868ff00024791b6c215e76258757dd197b660 (diff) | |
We renamed CompAction::Class to CompAction::Container.
(bzr r3608.4.11)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.h b/plugins/unityshell/src/unityshell.h index 5b0964cb4..052f421b3 100644 --- a/plugins/unityshell/src/unityshell.h +++ b/plugins/unityshell/src/unityshell.h @@ -95,7 +95,7 @@ class UnityScreen : public GLScreenInterface, public BaseSwitchScreen, public PluginClassHandler <UnityScreen, CompScreen>, - public CompAction::Class, + public CompAction::Container, public UnityshellOptions { public: |
