File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ class XRCORE_API CInifile
94
94
95
95
CLASS_ID r_clsid (LPCSTR S, LPCSTR L)const ;
96
96
CLASS_ID r_clsid (const shared_str& S, LPCSTR L)const { return r_clsid (*S, L); }
97
- LPCSTR r_string (LPCSTR S, LPCSTR L)const ; // îñòàâëÿåò êàâû÷êè
98
- LPCSTR r_string (const shared_str& S, LPCSTR L)const { return r_string (*S, L); } // îñòàâëÿåò êàâû÷êè
99
- shared_str r_string_wb (LPCSTR S, LPCSTR L)const ; // óáèðàåò êàâû÷êè
100
- shared_str r_string_wb (const shared_str& S, LPCSTR L)const { return r_string_wb (*S, L); } // óáèðàåò êàâû÷êè
97
+ LPCSTR r_string (LPCSTR S, LPCSTR L)const ; // Left quotes in place
98
+ LPCSTR r_string (const shared_str& S, LPCSTR L)const { return r_string (*S, L); } // Left quotes in place
99
+ shared_str r_string_wb (LPCSTR S, LPCSTR L)const ; // Remove quotes
100
+ shared_str r_string_wb (const shared_str& S, LPCSTR L)const { return r_string_wb (*S, L); } // Remove quotes
101
101
u8 r_u8 (LPCSTR S, LPCSTR L) const ;
102
102
u8 r_u8 (const shared_str& S, LPCSTR L)const { return r_u8 (*S, L); }
103
103
u16 r_u16 (LPCSTR S, LPCSTR L)const ;
You can’t perform that action at this time.
0 commit comments