Skip to content

Commit

Permalink
add platform::agile to get rid of a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duchuule committed Aug 3, 2015
1 parent ddab483 commit 1cd0be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KeyboardInput.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "Input.h"
#include "EmulatorInput.h"
#include <agile.h>

using namespace Windows::UI::Core;

Expand All @@ -19,6 +20,6 @@ namespace VBA10

private:
ControllerState state;
CoreWindow ^window;
Platform::Agile<CoreWindow^> window;
};
}

0 comments on commit 1cd0be4

Please sign in to comment.