Skip to content

Commit

Permalink
Fix bug: File name has a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mflehmig authored and adeas31 committed Sep 30, 2016
1 parent d565dac commit c8fb556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
Expand Up @@ -32,7 +32,7 @@
* @author Volker Waurich <volker.waurich@tu-dresden.de>
*/

#include "VisualizerMat.h"
#include "VisualizerMAT.h"

VisualizerMAT::VisualizerMAT(const std::string& modelFile, const std::string& path)
: VisualizerAbstract(modelFile, path, VisType::MAT),
Expand Down

0 comments on commit c8fb556

Please sign in to comment.