Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
3d2b90ba
Commit
3d2b90ba
authored
Oct 30, 2009
by
Peter Eastman
Browse files
Fixed a compilation error under Windows
parent
84d482e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libraries/lepton/include/lepton/ParsedExpression.h
libraries/lepton/include/lepton/ParsedExpression.h
+2
-2
No files found.
libraries/lepton/include/lepton/ParsedExpression.h
View file @
3d2b90ba
...
...
@@ -102,9 +102,9 @@ private:
ExpressionTreeNode
rootNode
;
};
std
::
ostream
&
operator
<<
(
std
::
ostream
&
out
,
const
ExpressionTreeNode
&
node
);
LEPTON_EXPORT
std
::
ostream
&
operator
<<
(
std
::
ostream
&
out
,
const
ExpressionTreeNode
&
node
);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
out
,
const
ParsedExpression
&
exp
);
LEPTON_EXPORT
std
::
ostream
&
operator
<<
(
std
::
ostream
&
out
,
const
ParsedExpression
&
exp
);
}
// namespace Lepton
...
...
Write
Preview
Markdown
is supported
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