[opengtl-commits] [554] the imported function is in a namespace |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 554
Author: cyrille
Date: 2008-12-20 11:52:53 +0100 (Sat, 20 Dec 2008)
Log Message:
-----------
the imported function is in a namespace
Modified Paths:
--------------
trunk/OpenGTL/OpenShiva/tests/parse/import.shiva
Modified: trunk/OpenGTL/OpenShiva/tests/parse/import.shiva
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/parse/import.shiva 2008-12-20 10:51:18 UTC (rev 553)
+++ trunk/OpenGTL/OpenShiva/tests/parse/import.shiva 2008-12-20 10:52:53 UTC (rev 554)
@@ -4,6 +4,6 @@
{
void evaluatePixel(output pixel result)
{
- test();
+ Library::test();
}
}