diff --git a/LEGO1/legotexturepresenter.cpp b/LEGO1/legotexturepresenter.cpp index 847e2c41..2e9dba68 100644 --- a/LEGO1/legotexturepresenter.cpp +++ b/LEGO1/legotexturepresenter.cpp @@ -14,4 +14,4 @@ MxResult LegoTexturePresenter::AddToManager() { VideoManager()->AddPresenter(*this); return SUCCESS; -} \ No newline at end of file +} diff --git a/LEGO1/legotexturepresenter.h b/LEGO1/legotexturepresenter.h index 0c47faec..e39e4758 100644 --- a/LEGO1/legotexturepresenter.h +++ b/LEGO1/legotexturepresenter.h @@ -22,7 +22,7 @@ class LegoTexturePresenter : public MxMediaPresenter { return !strcmp(name, LegoTexturePresenter::ClassName()) || MxMediaPresenter::IsA(name); } - virtual MxResult AddToManager() override; // vtable+0x34 + virtual MxResult AddToManager() override; // vtable+0x34 }; #endif // LEGOTEXTUREPRESENTER_H