]> granicus.if.org Git - icinga2/commitdiff
Build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Sep 2012 11:03:17 +0000 (13:03 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Sep 2012 11:03:17 +0000 (13:03 +0200)
lib/config/configcompiler.cpp

index 386a92012d3d8cf43ecda7e8898f2193ad8cc00d..3e6be26f9e2cdd05288849d7dfe740220145b509 100644 (file)
@@ -168,7 +168,6 @@ vector<ConfigItem::Ptr> ConfigCompiler::HandleFileInclude(const String& include)
  *
  * @param object The configuration item.
  */
- * 
 void ConfigCompiler::AddObject(const ConfigItem::Ptr& object)
 {
        m_Result.push_back(object);