Vlada wrote:
>
> Hmm, I\m still haveing this message:

Sorry, it's my fault. There's a comma missing in gui/notepixmapfactory.h due
to something I committed earlier today. It's fixed in CVS now.
Either wait for anon CVS to catch up or cut-and-paste the following patch:

# cut and paste below here into:  cat | sh -c "(cd rosegarden; patch -p2)"
--- a/rosegarden/gui/notepixmapfactory.h        2005-01-30 23:22:22.000000000 
+0000
+++ b/rosegarden/gui/notepixmapfactory.h        2005-01-30 23:18:44.000000000 
+0000
@@ -292,7 +292,7 @@
     void drawFlags(int flagCount, const NotePixmapParameters &params,
                   const QPoint &startPoint, const QPoint &endPoint);
     void drawStem(const NotePixmapParameters &params,
-                 const QPoint &startPoint, const QPoint &endPoint
+                 const QPoint &startPoint, const QPoint &endPoint,
                  int shortening);
 
     void makeRoomForBeams(const NotePixmapParameters &params);



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to