mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 08:02:06 +02:00
Sun CC compilation fixes
This commit is contained in:
@@ -454,7 +454,6 @@ bool Utility::writeJSEvent(std::ostream& out, const std::string& eventName, cons
|
||||
out << "fn:" << fct << "{";
|
||||
writeFunctionCode(out, "all", delegates);
|
||||
out << "}"; //closes fn
|
||||
|
||||
}
|
||||
if (delayTime > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user