Skip to content

Commit 0e1f77c

Browse files
Fixed another minor linux build problem
1 parent f92d703 commit 0e1f77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorials/Tutorial00_HelloLinux/src/Tutorial00_HelloLinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class Tutorial00App
306306
m_pSwapChain->Resize(Width, Height);
307307
}
308308

309-
DeviceType GetDeviceType() const { return m_DeviceType; }
309+
RENDER_DEVICE_TYPE GetDeviceType() const { return m_DeviceType; }
310310

311311
private:
312312
RefCntAutoPtr<IRenderDevice> m_pDevice;

0 commit comments

Comments
 (0)