pbm compilation was to link class.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user