Revision: 34683
http://sourceforge.net/p/opalvoip/code/34683
Author: rjongbloed
Date: 2016-03-14 10:35:14 +0000 (Mon, 14 Mar 2016)
Log Message:
-----------
Fixed GNU compile
Modified Paths:
--------------
ptlib/branches/v2_16/include/ptclib/script.h
Modified: ptlib/branches/v2_16/include/ptclib/script.h
===================================================================
--- ptlib/branches/v2_16/include/ptclib/script.h 2016-03-14 09:53:06 UTC (rev 34682)
+++ ptlib/branches/v2_16/include/ptclib/script.h 2016-03-14 10:35:14 UTC (rev 34683)
@@ -52,7 +52,7 @@
{
return PFactory<PScriptLanguage>::CreateInstance(language);
}
- static PStringList GetLanguages()
+ static PStringArray GetLanguages()
{
return PFactory<PScriptLanguage>::GetKeyList();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|