blob: 50b3b3117ddf057ecd8adc54ffbbd04ec9c0cba4 [file] [log] [blame]
#ifndef COPYABLE_H
#define COPYABLE_H
class Copyable
{
public:
};
#endif