SOURCES: twinkle-userprofileform_map.patch (NEW) - fixed build
charles
charles at pld-linux.org
Tue Jul 4 01:27:42 CEST 2006
Author: charles Date: Mon Jul 3 23:27:42 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed build
---- Files affected:
SOURCES:
twinkle-userprofileform_map.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/twinkle-userprofileform_map.patch
diff -u /dev/null SOURCES/twinkle-userprofileform_map.patch:1.1
--- /dev/null Tue Jul 4 01:27:42 2006
+++ SOURCES/twinkle-userprofileform_map.patch Tue Jul 4 01:27:37 2006
@@ -0,0 +1,19 @@
+--- twinkle-0.8/src/gui/userprofileform.ui.orig 2006-06-24 22:56:53.000000000 +0200
++++ twinkle-0.8/src/gui/userprofileform.ui 2006-07-04 01:12:02.446645500 +0200
+@@ -3955,6 +3955,7 @@
+ <tabstop>categoryListBox</tabstop>
+ </tabstops>
+ <includes>
++ <include location="local" impldecl="in declaration">map</include>
+ <include location="local" impldecl="in declaration">user.h</include>
+ <include location="local" impldecl="in declaration">qvaluelist.h</include>
+ <include location="local" impldecl="in implementation">qlistbox.h</include>
+@@ -3978,7 +3979,7 @@
+ <include location="local" impldecl="in implementation">userprofileform.ui.h</include>
+ </includes>
+ <variables>
+- <variable access="private">map<t_user *, int> map_last_cat;</variable>
++ <variable access="private">std::map<t_user *, int> map_last_cat;</variable>
+ <variable access="private">t_user *current_profile;</variable>
+ <variable access="private">int current_profile_idx;</variable>
+ <variable access="private">list<t_user *> profile_list;</variable>
================================================================
More information about the pld-cvs-commit
mailing list