Skip to content

Commit

Permalink
fix #1157
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Apr 18, 2024
1 parent 217296f commit 4c8cc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssc/vartab.h
Expand Up @@ -144,6 +144,7 @@ class var_data

var_data &operator=(const var_data &rhs) { copy(rhs); return *this; }
void copy( const var_data &rhs ) {
clear();
type=rhs.type;
num=rhs.num;
str=rhs.str;
Expand Down

0 comments on commit 4c8cc43

Please sign in to comment.