-rw-r--r-- | libopie/odevicebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevicebutton.h b/libopie/odevicebutton.h index abe27d6..fcc2af1 100644 --- a/libopie/odevicebutton.h +++ b/libopie/odevicebutton.h @@ -51,7 +51,7 @@ private: OQCopMessageData *d; class Private; - Private* data; + Private* m_data; }; |