diff options
-rw-r--r-- | libbutl/project-name.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/project-name.mxx b/libbutl/project-name.mxx index 943ec8c..0ed94e2 100644 --- a/libbutl/project-name.mxx +++ b/libbutl/project-name.mxx @@ -54,7 +54,7 @@ LIBBUTL_MODEXPORT namespace butl // Create a special empty project name. // - project_name () = default; + project_name () {} // For Clang 3.8 (const initialization). // Create an arbitrary string that can be used in contexts that expect a // project name. For example, a project name pattern for use in ODB query |