diff options
Diffstat (limited to 'src/plugins/cpptools/cppsnapshotupdater.h')
-rw-r--r-- | src/plugins/cpptools/cppsnapshotupdater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppsnapshotupdater.h b/src/plugins/cpptools/cppsnapshotupdater.h index 69e054ba75..b4009de0ab 100644 --- a/src/plugins/cpptools/cppsnapshotupdater.h +++ b/src/plugins/cpptools/cppsnapshotupdater.h @@ -51,7 +51,7 @@ public: QString fileInEditor() const { return m_fileInEditor; } - void update(CppModelManagerInterface::WorkingCopy workingCopy); + void update(WorkingCopy workingCopy); void releaseSnapshot(); CPlusPlus::Document::Ptr document() const; |