Skip to content

Commit

Permalink
Unix|libdeng2: Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 27, 2014
1 parent 7249393 commit ad082d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/game/savedsession.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class DENG2_PUBLIC SavedSession : public PackageFolder

template <typename Type>
Type *tryLocateState(String const &path) const {
return tryLocateFile<Type>(stateFilePath(path));
return tryLocate<Type>(stateFilePath(path));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/game/savedsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* http://www.gnu.org/licenses</small>
*/

#include "de/game/Savedsession"
#include "de/game/savedsession.h"

#include "de/App"
#include "de/ArrayValue"
Expand Down

0 comments on commit ad082d3

Please sign in to comment.