diff options
Diffstat (limited to 'basegfx/test/basegfxtools.cxx')
-rw-r--r-- | basegfx/test/basegfxtools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx index e06ee194cf00..5a443358f39b 100644 --- a/basegfx/test/basegfxtools.cxx +++ b/basegfx/test/basegfxtools.cxx @@ -22,7 +22,7 @@ #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <basegfx/tools/keystoplerp.hxx> +#include <basegfx/utils/keystoplerp.hxx> #include <basegfx/numeric/ftools.hxx> using namespace ::basegfx; @@ -32,7 +32,7 @@ namespace basegfxtools class KeyStopLerpTest : public CppUnit::TestFixture { - tools::KeyStopLerp maKeyStops; + utils::KeyStopLerp maKeyStops; static std::vector<double> getTestVector() { |