Skip to content
Snippets Groups Projects
Commit 266bd962 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'status-windows'


8f3c4879 Status: Fix GetWindows return type

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !218
parents 2fa93cfc 8f3c4879
No related branches found
No related tags found
1 merge request!218Status: Fix GetWindows return type
......@@ -70,7 +70,7 @@ public:
#ifdef _WIN32
/** If the kind is "Windows", returns the GetLastError()-style value.
Otherwise, returns 0. */
int GetWindows() const
unsigned int GetWindows() const
{
return this->Kind_ == Kind::Windows ? this->Windows_ : 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment