summaryrefslogtreecommitdiff
path: root/name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'name.cpp')
-rwxr-xr-xname.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/name.cpp b/name.cpp
index 3ef1280..28033ff 100755
--- a/name.cpp
+++ b/name.cpp
@@ -27,4 +27,6 @@ name::set_name( string s_name )
{
this->s_name = s_name;
}
+
+
#endif