ecere/sys/Condition: Made Condition class public
authorJerome St-Louis <jerome@ecere.com>
Wed, 16 Oct 2013 04:43:54 +0000 (00:43 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 16 Oct 2013 04:47:54 +0000 (00:47 -0400)
ecere/src/sys/Condition.ec

index aa902b2..b64e8bd 100644 (file)
@@ -4,7 +4,7 @@ import "Semaphore"
 import "ecere"
 #endif
 
-class Condition : struct
+public class Condition : struct
 {
    char * name;
    Mutex lock { };