commit | 3495a672703d5b289dab3986e3c4b4d3abdd45f7 | [log] [tgz] |
---|---|---|
author | Alexandros Frantzis <alexandros.frantzis@linaro.org> | Tue Nov 08 13:31:02 2011 +0200 |
committer | Alexandros Frantzis <alexandros.frantzis@linaro.org> | Tue Nov 08 13:31:02 2011 +0200 |
tree | 6e37b29052d3b3b51cb235201f7aa812b752fc7b | |
parent | 42e39385230ff6e81c4b6c3033cf5b7472ec3be5 [diff] [blame] |
SceneConditionals: Implement validation.
diff --git a/src/scene.h b/src/scene.h index 0b3233c..b995197 100644 --- a/src/scene.h +++ b/src/scene.h
@@ -240,6 +240,7 @@ public: SceneConditionals(Canvas &pCanvas); void setup(); + ValidationResult validate(); ~SceneConditionals(); };