bug 358082 - improve crash reporter client UI - small fixup for linux. r=bsmedberg

This commit is contained in:
ted.mielczarek@gmail.com 2007-06-02 06:34:07 -07:00
parent f312abfa88
commit 6b6319d4a4

View File

@ -48,6 +48,7 @@
#include <cctype>
using std::string;
using std::vector;
bool UIInit()
{
@ -67,7 +68,8 @@ void UIShowDefaultUI()
void UIShowCrashUI(const string& dumpfile,
const StringTable& queryParameters,
const string& sendURL)
const string& sendURL,
const vector<string>& restartArgs)
{
//XXX: implement me
}