- TexRef(char *label, char *file, char *section, char *sectionN = NULL)
- {
- refLabel = copystring(label);
- refFile = file ? copystring(file) : (char*) NULL;
- sectionNumber = section ? copystring(section) : copystring("??");
- sectionName = sectionN ? copystring(sectionN) : copystring("??");
- }
- ~TexRef(void)
- {
- delete[] refLabel; delete[] refFile; delete[] sectionNumber; delete[] sectionName;
- }
+ TexRef(char *label, char *file, char *section, char *sectionN = NULL);
+ ~TexRef(void);