typo
authorMichael Andres <ma@suse.de>
Thu, 8 Dec 2005 13:09:16 +0000 (13:09 +0000)
committerMichael Andres <ma@suse.de>
Thu, 8 Dec 2005 13:09:16 +0000 (13:09 +0000)
devel/genclass.in

index a29c220..e46288e 100644 (file)
@@ -112,7 +112,7 @@ ${INDENT}//
 ${INDENT}/** */
 ${INDENT}class ${CLASS}
 ${INDENT}{
-${INDENT}  friend std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj )
+${INDENT}  friend std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj );
 ${INDENT}public:
 ${INDENT}  /** Implementation  */
 ${INDENT}  class Impl;