]> git.lyx.org Git - lyx.git/blobdiff - sigc++/object.cc
move the most important changes from branch new_insets to head. Still dependant on...
[lyx.git] / sigc++ / object.cc
index 06d4439b2aee923c9a272123f48fe6da04ebe0fe..ec21351b482605670ff6c4cd65b9408ba99deae6 100644 (file)
@@ -72,7 +72,7 @@ void ObjectReferenced::unreference()
 void ObjectScoped::register_data(ScopeNode *data)
   {
    list_.insert_direct(list_.end(),data);
-  };
+  }
 
 void ObjectScoped::register_scope(Scope *scope,const Scope *parent)
   {