[vlmc-devel] Effects: rework includes folders
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 1 16:59:55 CET 2014
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 1 16:53:39 2014 +0100| [4e0c681c5b5a080b0d67eb28fd4f195dca71fbe1] | committer: Jean-Baptiste Kempf
Effects: rework includes folders
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=4e0c681c5b5a080b0d67eb28fd4f195dca71fbe1
---
src/EffectsEngine/Effect.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/EffectsEngine/Effect.cpp b/src/EffectsEngine/Effect.cpp
index bbdc45f..d556c0a 100644
--- a/src/EffectsEngine/Effect.cpp
+++ b/src/EffectsEngine/Effect.cpp
@@ -23,7 +23,7 @@
#include "EffectsEngine/Effect.h"
#include "EffectsEngine/EffectInstance.h"
-#include "VlmcDebug.h"
+#include "Tools/VlmcDebug.h"
Effect::Effect( const QString &fileName ) :
QLibrary( fileName ),
More information about the Vlmc-devel
mailing list