diff options
author | Clifford Wolf <clifford@clifford.at> | 2012-04-23 23:17:21 (GMT) |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2012-04-23 23:17:21 (GMT) |
commit | a718c4a59dd251dd4c2cf8fca1ae6a5ebe1ad990 (patch) | |
tree | b5812d3753058feb93b2bd3f1f95da1f8aef65f5 /src/OpenCSGWarningDialog.cc | |
parent | dde401cadb499b272c1a2fe992e48c354bc5e5cf (diff) |
Some trivial fixes for compiler warnings
Diffstat (limited to 'src/OpenCSGWarningDialog.cc')
-rw-r--r-- | src/OpenCSGWarningDialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenCSGWarningDialog.cc b/src/OpenCSGWarningDialog.cc index fdaaa50..5648576 100644 --- a/src/OpenCSGWarningDialog.cc +++ b/src/OpenCSGWarningDialog.cc @@ -1,7 +1,7 @@ #include "OpenCSGWarningDialog.h" #include "Preferences.h" -OpenCSGWarningDialog::OpenCSGWarningDialog(QWidget *parent) +OpenCSGWarningDialog::OpenCSGWarningDialog(QWidget*) { setupUi(this); |