Fixed irix bustage
This commit is contained in:
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,11 +40,13 @@ CPPSRCS = \
|
|||||||
nsStyleSet.cpp \
|
nsStyleSet.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXPORTS = nsSelectionRange.h \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
MODULE = raptor
|
MODULE = raptor
|
||||||
|
|
||||||
|
EXPORTS = \
|
||||||
|
nsSelectionRange.h \
|
||||||
|
nsSelectionPoint.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib
|
REQUIRES = xpcom raptor dom netlib
|
||||||
|
|
||||||
include $(DEPTH)/config/config.mk
|
include $(DEPTH)/config/config.mk
|
||||||
|
|||||||
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,3 +48,4 @@ char * nsSelectionPoint::ToString() {
|
|||||||
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
|
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -91,3 +91,4 @@ char * nsSelectionRange::ToString() {
|
|||||||
delete endStr;
|
delete endStr;
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -177,3 +177,4 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -157,3 +157,4 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -177,3 +177,4 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -157,3 +157,4 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user