Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3c17fb2c
Commit
3c17fb2c
authored
Oct 06, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX
#401
] mad constructor protected because class is a singleton
parent
2e5f226a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/common/WPathHelper.h
src/common/WPathHelper.h
+5
-5
No files found.
src/common/WPathHelper.h
View file @
3c17fb2c
...
...
@@ -39,11 +39,6 @@ class OWCOMMON_EXPORT WPathHelper // NOLINT
{
public:
/**
* Default constructor.
*/
WPathHelper
();
/**
* Destructor.
*/
...
...
@@ -157,6 +152,11 @@ public:
protected:
/**
* Constructors are protected because this is a Singleton.
*/
WPathHelper
();
private:
/**
...
...
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