SessionServices: Made public headers compilable individually

[CL 2387548 by Max Preussner in Main branch]
This commit is contained in:
Max Preussner
2014-12-12 17:38:18 -05:00
committed by UnrealBot
parent 18ed348c77
commit 67daf9ac6a
32 changed files with 520 additions and 484 deletions

View File

@@ -13,7 +13,7 @@ public:
// IAutomationWindowModule interface
virtual TSharedRef<class SWidget> CreateAutomationWindow( const IAutomationControllerManagerRef& AutomationController, const ISessionManagerRef& SessionManager ) override
virtual TSharedRef<class SWidget> CreateAutomationWindow( const IAutomationControllerManagerRef& AutomationController, const TSharedRef<ISessionManager>& SessionManager ) override
{
return SNew(SAutomationWindow, AutomationController, SessionManager);
}