author | mickeyl <mickeyl> | 2004-04-16 18:29:04 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-16 18:29:04 (UTC) |
commit | 7dc52619640437ec448ea3bccdf924ea9a29bfa6 (patch) (side-by-side diff) | |
tree | 7cc5531a80f140e24cfdf779ec65d14856a2b2ac /libopie2 | |
parent | 71b24a42daccd45fe80b2a669c3a88cfc5dcf608 (diff) | |
download | opie-7dc52619640437ec448ea3bccdf924ea9a29bfa6.zip opie-7dc52619640437ec448ea3bccdf924ea9a29bfa6.tar.gz opie-7dc52619640437ec448ea3bccdf924ea9a29bfa6.tar.bz2 |
compile fix
-rw-r--r-- | libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp index 5b1b6ed..a8a5717 100644 --- a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp +++ b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp @@ -68,3 +68,3 @@ public: public: - void addTrigger( bool multi = False ) + void addTrigger( bool multi = false ) { @@ -84,3 +84,3 @@ public: } - { + } @@ -88,3 +88,3 @@ public slots: - void addSingle() { addTrigger(); } + void addSingle() { addTrigger(); }; void addMulti() { addTrigger( true ); }; |