|
From: CVS C. to T. <the...@li...> - 2011-06-05 13:52:48
|
Revision: 658
http://themis.svn.sourceforge.net/themis/?rev=658&view=rev
Author: mark_hellegers
Date: 2011-06-05 13:52:42 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Made textview private. Didn't break anything this time. :)
Modified Paths:
--------------
trunk/themis/framework/ThemisUrlView.h
Modified: trunk/themis/framework/ThemisUrlView.h
===================================================================
--- trunk/themis/framework/ThemisUrlView.h 2011-06-05 13:37:21 UTC (rev 657)
+++ trunk/themis/framework/ThemisUrlView.h 2011-06-05 13:52:42 UTC (rev 658)
@@ -37,10 +37,10 @@
void SetFavIcon( BBitmap* fav );
virtual void SetText( const char* newtext );
- ThemisUrlTextView* textview;
private:
BBitmap* fav_icon;
+ ThemisUrlTextView* textview;
};
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|