]> git.pld-linux.org Git - packages/gtkmm.git/blob - gtkmm-gcc33.patch
- cosmetics/simplifications
[packages/gtkmm.git] / gtkmm-gcc33.patch
1 diff -aurN gtkmm-2.2.3.orig/glib/glibmm/ustring.h gtkmm-2.2.3/glib/glibmm/ustring.h
2 --- gtkmm-2.2.3.orig/glib/glibmm/ustring.h      2003-04-21 00:40:43.000000000 +0200
3 +++ gtkmm-2.2.3/glib/glibmm/ustring.h   2003-06-12 20:19:55.000000000 +0200
4 @@ -520,7 +520,7 @@
5  
6  //! @}
7  
8 -private:
9 +public:
10  
11  #ifndef DOXYGEN_SHOULD_SKIP_THIS
12  
13 @@ -533,6 +533,7 @@
14  
15  #endif /* DOXYGEN_SHOULD_SKIP_THIS */
16  
17 +private:
18    std::string string_;
19  };
20  
This page took 0.030696 seconds and 3 git commands to generate.