Patch level : 10.0 patch ???
Files correlati : velib Ricompilazione Demo : [ ] Commento : Aggiunto il costruttore senza parametri a TDoc_key git-svn-id: svn://10.65.10.50/branches/R_10_00@21545 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9aa6cf6e91
commit
b621b69f2e
@ -1103,6 +1103,7 @@ public:
|
||||
TDoc_key(const char* key):TToken_string(key){}
|
||||
TDoc_key(const TToken_string& key):TToken_string(key){}
|
||||
TDoc_key(const TDoc_key& key):TToken_string(key){}
|
||||
TDoc_key():TToken_string(){}
|
||||
};
|
||||
|
||||
/////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user