aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index b910ac20..29e6ba56 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -37,7 +37,7 @@ private:
protected:
bool emitToReceiver (lout::signal::Receiver *receiver, int signalNo,
- int argc, Object **argv);
+ int argc, lout::object::Object **argv);
public:
inline void connectLayout (Receiver *receiver) { connect (receiver); }