From 495846534d560f825819b7ee391e8c461ce76e4f Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 7 Dec 2015 20:09:34 +0100 Subject: - no longer displaying "not logged in". This was too confusing for some - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup --- src/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.h') diff --git a/src/profile.h b/src/profile.h index 342b6fa0..249ef618 100644 --- a/src/profile.h +++ b/src/profile.h @@ -210,7 +210,7 @@ public: * * @return number of mods for which the profile has status information **/ - unsigned int numMods() const { return m_ModStatus.size(); } + size_t numMods() const { return m_ModStatus.size(); } /** * @return the number of mods that can be enabled and where the priority can be modified -- cgit v1.3.1