Skip to content

Commit

Permalink
Bug reported by Federico Zenith (Thanks!)
Browse files Browse the repository at this point in the history
-----------------------------------------
In SVN trunk, revision 3623, in OMNotebook/OMNotebookQT4/treeview.h, 
there is a redundant specification (TreeView::) on line 80.
This is generally overlooked by some compilers (VS2005 is 
one, IIRC), but recent versions of GCC consider that an error.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jun 23, 2008
1 parent 450e191 commit 0140066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookQT4/treeview.h
Expand Up @@ -77,7 +77,7 @@ namespace IAEX
public:
TreeView(QWidget *parent=0);

void TreeView::setBackgroundColor(const QColor col);
void setBackgroundColor(const QColor col);

const bool selected() const;
const bool isClosed() const;
Expand Down

0 comments on commit 0140066

Please sign in to comment.