diff options
-rw-r--r-- | src/decorator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decorator.cpp b/src/decorator.cpp index ef99092..2fcb2e6 100644 --- a/src/decorator.cpp +++ b/src/decorator.cpp @@ -79,6 +79,7 @@ Aquamarine::PluginManager::PluginManager (KConfig *config): KDecorationPlugins ( Aquamarine::Decorator::Decorator (void) : DCOPObject ("KWinInterface"), KApplication (), mConfig (0), + mDecorNormal (0), mDecorActive (0), mKWinModule (new KWinModule (this, KWinModule::INFO_ALL)), mCompositeWindow (0) { |