Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
78540945
Commit
78540945
authored
Dec 05, 2017
by
IOhannes m zmölnig
Browse files
fixed TextBaseNone for new const-string-by-reference
parent
b2c2ef0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Base/TextBaseNone.cpp
View file @
78540945
...
...
@@ -56,7 +56,7 @@ void TextBase :: textMess(int argc, t_atom *argv)
{
}
void
TextBase
::
stringMess
(
int
argc
,
t_atom
*
argv
)
{
}
void
TextBase
::
fontNameMess
(
std
::
string
s
)
void
TextBase
::
fontNameMess
(
const
std
::
string
&
s
)
{
}
void
TextBase
::
setPrecision
(
float
prec
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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