Skip to content

Commit 8b6513f

Browse files
committed
Forward-declare COM interfaces as struct
1 parent 293e68d commit 8b6513f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/windows/gl_manager_windows_native.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
typedef bool(APIENTRY *PFNWGLSWAPINTERVALEXTPROC)(int interval);
4444
typedef int(APIENTRY *PFNWGLGETSWAPINTERVALEXTPROC)(void);
4545

46-
class ID3D11Device;
47-
class ID3D11DeviceContext;
46+
struct ID3D11Device;
47+
struct ID3D11DeviceContext;
4848

4949
class GLManagerNative_Windows {
5050
private:

0 commit comments

Comments
 (0)