ObjFW  Diff

Differences From Artifact [e104c85a1d]:

To Artifact [a892f44d4d]:


82
83
84
85
86
87
88
89

90
91
92
93
94

95
96
97
82
83
84
85
86
87
88

89
90
91
92
93

94
95
96
97







-
+




-
+



- (int)errNo
{
	return _errNo;
}

- (OFString*)sourcePath
{
	OF_GETTER(_sourcePath, NO)
	OF_GETTER(_sourcePath, false)
}

- (OFString*)destinationPath
{
	OF_GETTER(_destinationPath, NO)
	OF_GETTER(_destinationPath, false)
}
@end
#endif