Changeset 375
- Timestamp:
- Jun 5, 2012, 9:46:28 AM (13 years ago)
- Location:
- trunk/icedtea-web/plugin/icedteanp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.cc
r358 r375 464 464 } 465 465 466 const gchar*466 const char* 467 467 IcedTeaPluginUtilities::getSourceFromInstance(NPP instance) 468 468 { -
trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.h
r348 r375 65 65 #endif 66 66 67 #include "IcedTeaNPPlugin.h" 67 extern int plugin_debug; // defined in IcedTeaNPPlugin.cc 68 68 69 69 #define PLUGIN_DEBUG(...) \ … … 243 243 NPVariant* variant); 244 244 245 static const gchar* getSourceFromInstance(NPP instance);245 static const char* getSourceFromInstance(NPP instance); 246 246 247 247 static void storeInstanceID(void* member_ptr, NPP instance);
Note:
See TracChangeset
for help on using the changeset viewer.