Displaying 1 result from an estimated 1 matches for "str_id".
Did you mean:
str_i
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
...gt; }
</span><span class="cx">
</span><span class="cx">
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx"> static VALUE
</span><span class="cx"> xrcid(VALUE self,VALUE str_id)
</span><span class="cx"> {
</span><del>- wxString temp(STR2CSTR(str_id), wxConvUTF8);
</del><ins>+ wxString temp(StringValuePtr(str_id), wxConvUTF8);
</ins><span class="cx"> int ret = wxXmlResource::GetXRCID(temp);
</span...