summaryrefslogtreecommitdiffstats
path: root/src/sourcewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sourcewidget.h')
-rw-r--r--src/sourcewidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sourcewidget.h b/src/sourcewidget.h
index f0088b4..9a2cca3 100644
--- a/src/sourcewidget.h
+++ b/src/sourcewidget.h
@@ -28,11 +28,9 @@
class SourceWidget : public DeviceWidget {
public:
SourceWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x);
- static SourceWidget* create();
+ static SourceWidget* create(MainWindow* mainWindow);
SourceType type;
- Glib::ustring name;
- Glib::ustring description;
uint32_t index, card_index;
bool can_decibel;