Fixed GetClientCookieTime not being exported (bug 4237, r=fyren).

This commit is contained in:
David Anderson 2010-02-08 19:58:36 -08:00
parent 8b4c8f63c0
commit 1852aaf332

View File

@ -444,5 +444,6 @@ sp_nativeinfo_t g_ClientPrefNatives[] =
{"ShowCookieMenu", ShowSettingsMenu},
{"SetCookieMenuItem", AddSettingsMenuItem},
{"SetCookiePrefabMenu", AddSettingsPrefabMenuItem},
{"GetClientCookieTime", GetClientCookieTime},
{NULL, NULL}
};