Skip to content

Commit

Permalink
UPBGE: Fix warnings related to usage of class instead of struct
Browse files Browse the repository at this point in the history
  • Loading branch information
youle31 committed Jun 28, 2018
1 parent 9b34b86 commit abbd135
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion release/datafiles/locale
Submodule locale updated from 507eac to d3349b
2 changes: 1 addition & 1 deletion release/scripts/addons
Submodule addons updated 720 files
2 changes: 1 addition & 1 deletion release/scripts/addons_contrib
Submodule addons_contrib updated from 2ff215 to f178e6
2 changes: 1 addition & 1 deletion source/gameengine/Rasterizer/RAS_AttributeArrayStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "RAS_AttributeArray.h"

class RAS_StorageVao;
class RAS_DisplayArrayLayout;
struct RAS_DisplayArrayLayout;

class RAS_AttributeArrayStorage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "GPU_glew.h"

class RAS_DisplayArrayLayout;
struct RAS_DisplayArrayLayout;

class RAS_StorageVao
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include <vector>

class RAS_DisplayArrayLayout;
struct RAS_DisplayArrayLayout;
class RAS_DisplayArray;

class RAS_StorageVbo
Expand Down
2 changes: 1 addition & 1 deletion source/tools
Submodule tools updated from b11375 to cd4c4e

0 comments on commit abbd135

Please sign in to comment.