Fixed more *nix compile issues
This commit is contained in:
@ -23,7 +23,7 @@ namespace Dawn {
|
||||
}
|
||||
|
||||
void onValueModified() override {
|
||||
SimpleAnimation::onValueModified();
|
||||
SimpleAnimation<T>::onValueModified();
|
||||
this->invoke();
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ namespace Dawn {
|
||||
* Construct a new Simple Function Animation object
|
||||
*/
|
||||
SimpleCallbackAnimation() :
|
||||
SimpleAnimation(&value)
|
||||
SimpleAnimation<T>(&value)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user