Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c11447f1
Commit
c11447f1
authored
Nov 25, 2010
by
Roberto Raggi
Browse files
Added missing GLSL_EXPORT tags.
parent
a1bdcc66
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libs/glsl/glslast.h
View file @
c11447f1
...
...
@@ -901,7 +901,7 @@ public: // attributes
Type
*
type
;
};
class
ParameterDeclaration
:
public
Declaration
class
GLSL_EXPORT
ParameterDeclaration
:
public
Declaration
{
public:
enum
Qualifier
...
...
@@ -925,7 +925,7 @@ public: // attributes
const
QString
*
name
;
};
class
VariableDeclaration
:
public
Declaration
class
GLSL_EXPORT
VariableDeclaration
:
public
Declaration
{
public:
VariableDeclaration
(
Type
*
_type
,
const
QString
*
_name
,
...
...
@@ -945,7 +945,7 @@ public: // attributes
Expression
*
initializer
;
};
class
TypeDeclaration
:
public
Declaration
class
GLSL_EXPORT
TypeDeclaration
:
public
Declaration
{
public:
TypeDeclaration
(
Type
*
_type
)
...
...
@@ -959,7 +959,7 @@ public: // attributes
Type
*
type
;
};
class
TypeAndVariableDeclaration
:
public
Declaration
class
GLSL_EXPORT
TypeAndVariableDeclaration
:
public
Declaration
{
public:
TypeAndVariableDeclaration
(
TypeDeclaration
*
_typeDecl
,
...
...
@@ -976,7 +976,7 @@ public: // attributes
VariableDeclaration
*
varDecl
;
};
class
InvariantDeclaration
:
public
Declaration
class
GLSL_EXPORT
InvariantDeclaration
:
public
Declaration
{
public:
InvariantDeclaration
(
const
QString
*
_name
)
...
...
@@ -990,7 +990,7 @@ public: // attributes
const
QString
*
name
;
};
class
InitDeclaration
:
public
Declaration
class
GLSL_EXPORT
InitDeclaration
:
public
Declaration
{
public:
InitDeclaration
(
List
<
Declaration
*>
*
_decls
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment