Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
22d4311b
Commit
22d4311b
authored
Jun 15, 2021
by
Alexander Wiebel
Browse files
[STYLE] fixed typo
parent
ed2741c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/core/dataHandler/WGrid.cpp
src/core/dataHandler/WGrid.cpp
+1
-1
No files found.
src/core/dataHandler/WGrid.cpp
View file @
22d4311b
...
...
@@ -35,7 +35,7 @@ WGrid::WGrid( size_t size )
m_size
(
size
)
{
m_infoProperties
->
setPurpose
(
PV_PURPOSE_INFORMATION
);
WPropInt
sizeGrid
=
m_infoProperties
->
addProperty
(
"Grid size: "
,
"The number of position in the grid."
,
static_cast
<
int
>
(
m_size
)
);
WPropInt
sizeGrid
=
m_infoProperties
->
addProperty
(
"Grid size: "
,
"The number of position
s
in the grid."
,
static_cast
<
int
>
(
m_size
)
);
}
WGrid
::~
WGrid
()
...
...
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