Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Cervisia
Commits
bf242b9e
Commit
bf242b9e
authored
Jul 13, 2022
by
Laurent Montel
Browse files
const'ify pointer
parent
c2c0489c
Pipeline
#204411
passed with stage
in 2 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
annotatecontroller.h
View file @
bf242b9e
...
...
@@ -34,7 +34,7 @@ public:
private:
struct
Private
;
Private
*
d
;
Private
*
const
d
;
};
#endif // ANNOTATECONTROLLER_H
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