Compile fix on Windows

Change-Id: Ib0ae0e200ab318715d2db3619573b4e83e9f6ba8
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
hjk
2013-01-17 13:41:12 +01:00
committed by Kai Koehne
parent 9a536061cc
commit 15fb3d70d4

View File

@@ -50,7 +50,7 @@ HostOsInfo::HostArchitecture HostOsInfo::hostArchitecture()
case PROCESSOR_ARCHITECTURE_ARM:
return HostOsInfo::HostArchitectureArm;
default:
return HostOsInfo::HostArchitectureOther;
return HostOsInfo::HostArchitectureUnknown;
}
#else
return HostOsInfo::HostArchitectureUnknown;