]> git.sesse.net Git - movit/commitdiff
Give SizeStoringEffect an effect_type_id(), for easier debugging of the unit test.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Feb 2013 00:02:55 +0000 (01:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Feb 2013 00:02:55 +0000 (01:02 +0100)
effect_chain_test.cpp

index c17ec890ec9a0282dd036fa6ac51afb89c6177e9..51412c048c2b2cba03880597a7b686c7b08eeafc 100644 (file)
@@ -767,6 +767,7 @@ public:
                input_width = width;
                input_height = height;
        }
+       virtual std::string effect_type_id() const { return "SizeStoringEffect"; }
 
        int input_width, input_height;
 };