From 566e6ba977f191ef4085796f33c21ee347106f26 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 15 Dec 2000 12:01:41 +0000 Subject: [PATCH] Make buildLoader() protected. committer: mfx 976881701 +0000 --- src/p_vmlinz.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_vmlinz.h b/src/p_vmlinz.h index bf04974b..30a4b008 100644 --- a/src/p_vmlinz.h +++ b/src/p_vmlinz.h @@ -99,6 +99,8 @@ public: virtual const char *getName() const { return "bvmlinuz/386"; } virtual void pack(OutputFile *fo); + +protected: virtual int buildLoader(const Filter *ft); };