pbm compilation was to link class.cpp

This commit is contained in:
hugogogo
2022-02-02 18:42:56 +01:00
parent fd2dd5fa20
commit cdd562216a
6 changed files with 7 additions and 19 deletions

View File

@@ -1,13 +1,10 @@
#ifndef PHONEBOOK_CLASS_HPP
# define PHONEBOOK_CLASS_HPP
class Phonebookk {
public:
~Phonebookk( void );
Phonebookk( void );
class Phonebook {
public:
Phonebook();
~Phonebook();
};
#endif