8 lines
86 B
C++
8 lines
86 B
C++
|
|
#include "shareddependlib.h"
|
|
|
|
int SharedDependLibObject::foo() const
|
|
{
|
|
return 0;
|
|
}
|