mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
11 lines
554 B
C
11 lines
554 B
C
--- spunk/resed.h.orig 1997-02-21 11:05:28 UTC
|
|
+++ spunk/resed.h
|
|
@@ -184,7 +184,7 @@ protected:
|
|
void IDPrompt (i16& ID, int& Abort);
|
|
void EditIDPrompt (i16& ID, int& Abort);
|
|
void MinMaxPrompt (i32& Min, i32& Max, i32 MinVal, i32 MaxVal, int& Abort);
|
|
- void ResEditApp::FMinMaxPrompt (double& Min, double& Max, double MinVal,
|
|
+ void FMinMaxPrompt (double& Min, double& Max, double MinVal,
|
|
double MaxVal, int& Abort);
|
|
void TextIDPrompt (String& Text, i16& ID, int& Abort);
|
|
void DeleteRes ();
|