move myobj to heapdemo
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
#ifndef __MyObj_INCLUDE_H_
|
||||
#define __MyObj_INCLUDE_H_
|
||||
|
||||
class MyObj {
|
||||
public:
|
||||
MyObj() : value(5) {};
|
||||
MyObj(unsigned int val) : value(val) {};
|
||||
unsigned int value;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user