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 committed Sep 22, 2016
1 parent f4df9cc commit 81e0611
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 81e0611

Please sign in to comment.