aboutsummaryrefslogtreecommitdiff
path: root/graphics/epsonscan2/files/patch-src_ES2FileFormat_Header_IO_FKSource.h
blob: 593711bfdbdc713203e08aadb6bff85f4bc262ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/ES2FileFormat/Header/IO/FKSource.h.orig	2024-09-12 07:10:33 UTC
+++ src/ES2FileFormat/Header/IO/FKSource.h
@@ -37,7 +37,7 @@ class CFKSource : public IFKSource (public)
  {
   return m_bFull;
  }
- ES_CMN_FUNCS::BUFFER::IESBuffer& GetSource( );
+ ES_CMN_FUNCS::BUFFER::IESBuffer& GetSource( ) override;
  static IFKSource* CreateAndInitInstanceWithType(FKSourceType eSourceType, ES_CMN_FUNCS::BUFFER::IESBuffer& vpSource, BOOL bIsFull);
  void Destroy() override{
   delete this;