]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkChatUI.h
Prefix ivars with an underscore
[jubjub.git] / src / gui / gtk / JubGtkChatUI.h
index 37e47ff8066df99186307fdd05258c6760185298..4694d3f34a83d479031ee282545a37b056a67fcf 100644 (file)
@@ -6,11 +6,11 @@
 
 @interface JubGtkChatUI: OFObject <JubChatUI>
 {
-       GtkWidget *chat_window;
-       GtkTextView *chat_view;
-       GtkTextBuffer *chat_buffer;
-       jub_send_block_t sendBlock;
-       jub_close_block_t closeBlock;
-       BOOL bufferEmpty;
+       GtkWidget *_chat_window;
+       GtkTextView *_chat_view;
+       GtkTextBuffer *_chat_buffer;
+       jub_send_block_t _sendBlock;
+       jub_close_block_t _closeBlock;
+       BOOL _bufferEmpty;
 }
 @end